:root {
    --color-purple: #76559C;
    --color-green: #22A862;
}

.custom-form-container {
    width: 23.75rem;
    font-family: poppins;
    font-size: 0.90375rem;
}

.custom-form-header {
    background-color: var(--color-purple);
    color: white;
    display: flex;
    height: 2.8rem;
    border-radius: 15px 15px 0 0;
    align-items: center;
}

.custom-form-link {
    color: var(--color-purple) !important;
    font-weight: bold;
    margin-bottom: 20px;
}

.custom-form-link-container {
    text-align: center;
    padding: 15px;
}

.custom-radio-group-check-active {
    border-radius: 100%;
    border: 2px solid white;
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.custom-radio-group-check {
    border-radius: 100%;
    border: 2px solid var(--color-purple);
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.custom-radio-group-text label {
    margin-bottom: 0 !important;
    cursor: pointer;
}

.custom-radio-group-active {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--color-purple);
    color: white;
    border-radius: 15px;
    height: 2.8rem;
    margin-top: 0.5rem;
    margin-right: 0.75rem;
    margin-bottom: 0.5rem;
    margin-left: 0.75rem;
    cursor: pointer;
}

.custom-radio-group {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    background-color: white;
    color: var(--color-purple);
    border: 1px solid var(--color-purple);
    height: 2.8rem;
    margin-top: 0.5rem;
    margin-right: 0.75rem;
    margin-bottom: 0.5rem;
    margin-left: 0.75rem;
    cursor: pointer;
}

.custom-name-container {
    font-weight: bold;
    color: var(--color-purple);
    padding: 0.75rem;
    border-radius: 0;
    border: none;
    margin-left: 1rem;
}

.custom-email-container {
    font-weight: bold;
    color: var(--color-purple);
    display: flex;
    padding: 0.75rem;
    border-top: 1px solid var(--color-purple);
    border-bottom: 1px solid var(--color-purple);
    flex-wrap: wrap;
}

.custom-text-container {
    color: var(--color-purple);
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 0;
    border: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .custom-text-container textarea {
        color: var(--color-purple);
        padding-left: 0.75rem;
        border-radius: 0;
        border: none;
        width: 100%;
    }

.textarea-input {
    border: 1px solid var(--color-purple) !important;
}

    .textarea-input:focus {
        outline: none !important;
    }

.custom-input-file-container {
    text-align: center;
    font-weight: bold;
    color: var(--color-purple);
    /* display: flex;
    flex-direction: column;
    align-items: center; */
    padding: 0.75rem;
    border-top: 1px solid var(--color-purple);
    border-bottom: 1px solid var(--color-purple);
}

.custom-send-button {
    width: 100%;
    height: 2.8rem;
    border: none;
    background-color: var(--color-green);
    color: white !important;
    border-radius: 0 0 15px 15px;
}

.custom-form-close {
    float: right;
    cursor: pointer;
}

.custom-email-warning {
    font-weight: normal !important;
    color: #ca3120;
    margin-top: 5px;
    font-size: 12px;
}

.custom-email-input {
    color: var(--color-purple);
    font-weight: bold;
}

.custom-email-info {
    font-weight: normal !important;
    font-size: 12px !important;
}

.popover.fade.show.footer {
    border-radius: 15px;
    border: 1px solid var(--color-purple) !important;
}

.custom-email-button, .custom-form-file {
    cursor: pointer;
}

.custom-radio-label {
    padding-left: 0.5rem;
}

.custom-form-open {
    cursor: pointer;
    height: 30px !important;
    background-color: #7B509F;
    border-radius: 0.5rem;
    color: white;
    padding: 5px 10px;
}

@media only screen and (max-width: 480px) {
    .custom-form-popover-container {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .custom-form-container {
        display: none;
    }
}

.support-form {
    margin-bottom: 0px !important;
}

.custom-email-action-div {
    padding-top: 5px;
}
